home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / general / cdbw.exe / ADDRESS.FRM (.txt) < prev    next >
Visual Basic Form  |  1991-08-18  |  2KB  |  66 lines

  1. Address
  2. Address
  3. Form3
  4. Label1
  5. &Street:
  6. TextStreet
  7. Label2
  8. C&ity:
  9. TextCity
  10. Label3
  11. St&ate:
  12.         TextState
  13. Label4
  14. &Zip Code:
  15. TextZipCode
  16. Label5
  17. &Telephone:
  18. TextTelephone
  19. Label6
  20. &Fax:
  21. TextFax
  22.     CommandOK
  23. CommandCancel
  24. &Cancel
  25. CommandOK_Click
  26. Address
  27. CommandCancel_Click
  28. TextCity
  29. TextStreet
  30.     TextState
  31. TextZipCode
  32. TextTelephone
  33.     szAppName
  34. addressrec
  35. szStreet
  36. szCity#
  37. szState
  38. szZip
  39. szTelephone
  40. szFax
  41. TextFax
  42. nAddressReturn
  43.     RETURN_OK
  44. RETURN_CANCEL
  45. Form_Click
  46.     Form_Load
  47. nAddressMode
  48. MODE_UPDATE
  49. Caption
  50. MODE_ADD
  51. CommandOK_Click
  52. Check the input fields
  53. Invalid Street Name!
  54. Invalid City!"
  55. Invalid State!
  56. Invalid Zip Code!"
  57. Load the global address structurec
  58. Set the global address form return value
  59. CommandCancel_Click
  60. Set the global address form return value
  61. Form_Load
  62. If add mode, set the form caption
  63. Add Address"
  64. If update mode, set caption and field values
  65. Update Address
  66.